`

window.location.href赋值注意,地址栏String类型也不能加单引号

阅读更多

错误链接:

http://localhost:8082/BaseSSIPlatform/phonesale_openUpdateSale?saleNum='test201108151234'

 

正确链接:

http://localhost:8082/BaseSSIPlatform/phonesale_openUpdateSale?saleNum=test201108151234

 

 

js使用时

 

var url = ${testUrl}; //如果此处写为:'${testUrl}‘是错误的!!!

window.location.href = "phonesale_openUpdateSale?saleNum=" +url;

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics