JavaScript中的POST url被注释掉了

时间:2016-04-27 00:14:39

标签: javascript post

我正在尝试在javascript中发出POST请求,但是URL的双斜线被视为注释行的开头...对此有什么好的解决方法?

....
function queryCoreReportingApi(profileId) {
    POST https://analyticsreporting.googleapis.com/v4/reports:batchGet
    ....

3 个答案:

答案 0 :(得分:1)

将url放在引号中它是一个字符串,你需要JS的引号来识别它:

"https://analyticsreporting.googleapis.com/v4/reports:batchGet"

答案 1 :(得分:0)

您可以将url存储在变量中并传入post req。相反,我们可以尝试获取上下文路径并在运行时创建URL而不是完全传递它。

答案 2 :(得分:0)

p4 = document.getElementById("p4");

p4.innerHTML = '<a href="https://en.wikipedia.org/wiki/Pluto">Source</a>';

源是“ a href =“ https://en.wikipedia.org/wiki/Pluto”>源

那么显然您必须在源末尾添加<和>