Blogger Information
Blog 47
fans 0
comment 2
visits 102741
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
tp5中在js函数中给url传参数并进行连接
拾一枝樱花的博客
Original
1956 people have browsed it
  1. function test(id) {
  2. var str = "{:url('documents/edit', ['id'=>'pid'])}";
  3. var url=str.replace('pid',id);
  4. //或者
  5. str = '{:url("documents/edit?id=")}'+id;
  6. str = "{:url('documents/add')}?"+"id="+id;
  7. window.location.href=url;

}

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post