,Jquery提交php

WBOY
Release: 2016-06-13 13:40:07
Original
851 people have browsed it

求助,Jquery提交php
'login.php?act=login&re={$smarty.get.re}?>',
后面那个什么意思?

------解决方案--------------------
这是smarty模板引擎的代码,和JQuery无关。比如这是A页面的代码
'login.php?act=login&re={$smarty.get.re}?>',
它的作用是输出一个链接,而链接到login.php的re参数值正是A页面接收到的$_GET['re']变量

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template