This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 微信网页端调用JS | |
* @author dodge | |
* @contact [email protected] | |
* @link http://blog.4wer.com/wechat-timeline-share | |
* @version 1.1 | |
* | |
* 自定义分享使用: | |
* WeixinJS.hideOptionMenu() 隐藏右上角按钮 | |
* WeixinJS.hideToolbar() 隐藏工具栏 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
今天三题由杭州-轨道提供,他的blog:http://blog.csdn.net/chriswenwu/ | |
求s=a+aa+aaa+aaaa+aa...a的值,其中a是一个数字。例如2+22+222+2222+22222(此时共有5个数相加),几个数相加有用户控制。 | |
回复时注意加上下面这句话,才会有语法高亮或格式缩进。 | |
```javascript |