assign() 方法
Posted 前端问题记录
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了assign() 方法相关的知识,希望对你有一定的参考价值。
assign() 方法可加载一个新的文档。
语法
location.assign(URL)
1 <html> 2 <head> 3 <script type="text/javascript"> 4 function newDoc() 5 { 6 window.location.assign("http://www.baidu.com") 7 } 8 </script> 9 </head> 10 <body> 11 12 <input type="button" value="Load new document" onclick="newDoc()" /> 13 14 </body> 15 </html>
以上是关于assign() 方法的主要内容,如果未能解决你的问题,请参考以下文章
在 python 中使用 .assign() 方法和 lambda
TP5报如下的错误 Indirect modification of overloaded element of thinkpaginatorCollection has no effect(代码片段