www.legu.cc/themes/simplebootx/function.html
2021-09-06 11:50:33 +08:00

17 lines
328 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<php>
/*这里只是一个模板函数库演示详细请查看http://www.thinkcmf.com/document/article/id/398.html*/
/*可以加多个方法哟!*/
function _sp_helloworld(){
echo "hello ThinkCMF!";
}
function _sp_helloworld2(){
echo "hello ThinkCMF2!";
}
function _sp_helloworld3(){
echo "hello ThinkCMF3!";
}
</php>