Hello World
试试中文~
试试代码
$('#disqus_container .comment').on('click',function(){
$(this).html('加载中...');
var disqus_shortname = 'beiyuu';
var that = this;
BYB.includeScript('http://' + disqus_shortname + '.disqus.com/embed.js',function(){$(that).remove()}); //这是一个加载js的函数
});
#includeusing namespace std; int main() { int a, int b; while (cin >> a >> b) { cout << a + b << endl; } return 0; }