所以经过一番ggsearch之后,我成功地感谢了这篇文章
您必须自称,最好的方法是使用(在default.php中):
'url: "<?php echo JURI::getInstance() ?>",'
然后是mod_yourmodule.php用JRequest :: getVar截获“ get”或“ post”查询,因为“ $ _POST
[‘xxx’]”不起作用
'$task = JRequest::getVar('task'); ' 'if($task == ....... ' 'and call the helper modyourmoduleHelper::youfuncion'
在辅助程序中,因为您不需要所有布局,所以我在“ <” reply”>”标签之间发送了函子返回值的回显,并使用jexit()停止了joomla
回复将是default.php +易于解析的echo:
'var re = /<reply>(.*)</reply>/;' 'var result = re.exec(T_output); ' 'if(result[1] != ''){ Displayfunction($.parseJSON(result[1]));}'
…完成
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)