Javascript嵌套行情不清楚

时间:2017-04-11 06:30:37

标签: nested quotes

这个

的嵌套行情是什么?
"javascript:window.open('http://localhost:9000/index.html#/mypage/detailspage\',
'details-page','width=300,height=250');"

我试过这不起作用

"javascript:window.open(\'http://localhost:9000/index.html#/mypage/detailspage\',
 \'details-page\',\'width=300,height=250\');" 

2 个答案:

答案 0 :(得分:0)



var y="javascript:window.open('http://localhost:9000/index.html#/mypage/detailspage\' ,\'details-page\',\'width=300,height=250\'')";
alert(y);




我认为这在浏览器中运行良好。

答案 1 :(得分:0)

感谢各位回复,但它现在正在为我工​​作。实际上我的要求是,从我的应用程序,我将值作为发布请求传递给该应用程序中的另一个应用程序,我无法看到我的代码,因为我发送它。以下是示例

<input type="hidden" name="value11" id="value11" ng-model="indexedArray[34]" value="javascript:window.open('http://localhost:9000/index.html#/abc/details-page\' ,\'details-page\',\'width=300,height=250\'');" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty">

作为回应我得到了这个

<a href="javascript:window.open(" http: localhost:9000 index.html# abc details-page' ' target="_blank"></a>