正在做一个项目,要求点击一个按钮可将html文本发送到twitter上,源码如下openURL('https://twitter.com/intent/tweet?hashtags=quotes&related=freecodecamp&text=' + encodeURIComponent('"' + currentQuote + '" ' + currentAuthor));请问这里?后面的参数名都是怎么来的
openURL('https://twitter.com/intent/tweet?hashtags=quotes&related=freecodecamp&text=' + encodeURIComponent('"' + currentQuote + '" ' + currentAuthor));
慕勒3428872
相关分类