Add a hyperlink to the value passing problem of thinkphpURL, such as Baidu and www.baidu.com. Note: "& nbsp;" & nbsp; must be included ;. The URL mode of the thinkphp framework is localhostindex. phpAdminadminp2. in this case, it will not be recognized. This symbol is generated at the end of the code http:, and no subsequent code will be generated. Use encodeU thinkphp URL to pass the value
Add a hyperlink, such as Baidu, http://www.baidu.com /. Note: "/" must be included. The URL mode of the thinkphp framework is http: // localhost/index. php/Admin/admin/p/2. in this case, the/symbol is not identified. The last generated is http:, and none of the following is returned.
The function encodeURIComponent does not work either. it does not encode the "/" symbol.
------ Solution --------------------
You didn't make it clear.
How to add, GET? POST?
GET
Form enctype = "application/x-www-form-urlencoded"
Code to solve the problem,
POST
Directly