我正在使用聚合物入门套件,它使用page.js
进行路由。 hashbang
page
true
选项设置为routing.html
// add #! before urls
page({
hashbang: true
});
点击<a href="/products/productname"></a>
之类的链接时,会添加#!
,结果网址如下所示:http://localhost:3000/#!/products/productname
但是当在新的浏览器标签中打开链接时,它们会显示像这样http://localhost:3000/products/productname
。如何在新标签中打开链接时添加#!
?
答案 0 :(得分:0)
你必须写
curl -X PUT --data "requests[0][data_dictionary][primary_email_address]=myemail@domain.com&requests[0][data_dictionary][first_name]=First&requests[0][data_dictionary][surname]=Last&requests[0][data_dictionary][password]=mypassword" -k -L https://localhost/rest/v1/account/create
在你的每一个href中