尝试像下面这样编写 jquery,(我放了一个 perl mason <% $groupname %> )。
$(".inputform").html('GroupName: <input type="text" name="query" value="<% $groupname %>"><input type="submit" name="action">');
我的意图是在“表单”中,我将使用 perl mason 检查组名。但它看起来下面的代码不起作用。
<form class="inputform", method="post".....>
%if($groupname eq 'blahblah') {
% #other perl codes
%}
</form>
任何提示表示赞赏。
杨