Commit da9cb4e5 by 杨昕

url转义

parent 07fb8839
Pipeline #10671 passed with stages
in 44 seconds
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
setTimeout(function () { setTimeout(function () {
var mainContent = document.getElementById('mainContent'); var mainContent = document.getElementById('mainContent');
mainContent.src = "{{$url}}"//嵌套网址 mainContent.src = "<?=$url?>"//嵌套网址
},1000) },1000)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment