正在做一个项目,要求点击一个按钮可将html文本发送到twitter上,源码如下openURL('https://twitter.com/intent/tweet?hashtags=quotes&related=freecodecamp&text=' + encodeURIComponent('"' + currentQuote + '" ' + currentAuthor));
请问这里?后面的参数名都是怎么来的
正在做一个项目,要求点击一个按钮可将html文本发送到twitter上,源码如下openURL('https://twitter.com/intent/tweet?hashtags=quotes&related=freecodecamp&text=' + encodeURIComponent('"' + currentQuote + '" ' + currentAuthor));
请问这里?后面的参数名都是怎么来的
13 回答12.8k 阅读
7 回答1.9k 阅读
3 回答1.1k 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
2 回答857 阅读✓ 已解决
6 回答872 阅读✓ 已解决
4 回答949 阅读✓ 已解决
自己看api