正在做一個(gè)項(xiàng)目,要求點(diǎn)擊一個(gè)按鈕可將html文本發(fā)送到twitter上,源碼如下openURL('https://twitter.com/intent/tweet?hashtags=quotes&related=freecodecamp&text=' + encodeURIComponent('"' + currentQuote + '" ' + currentAuthor));請(qǐng)問這里?后面的參數(shù)名都是怎么來的
怎么傳遞參數(shù)給一個(gè)url以及怎么知道參數(shù)名?
LEATH
2018-10-11 14:11:29