基本上我在页面上注入了iframe:
<iframe src="http://myserver.com/content.js?title="blah"&date="March" id="frame">
在此页面上,我将更改src url,以传递不同的参数。
它将获取参数并渲染小部件。
我是否应该使用静态html来显示iframe中的参数内容?
<iframe src="http://myserver.com/content.html#title="blah"&date="March" id="frame">
答案 0 :(得分:0)
您不需要在双引号值中添加双引号。