本文介绍怎样在游戏中添加分享功能,截屏后分享到微博及其他社交网络的功能. public class ShareSupport { // when you want to use share(),firstly you should init acty. public static Activity acty; public static void share() { new Thread(new Runnable(){ @Override public void run() { Intent i