时间:2021-07-01 10:21:17 帮助过:18人阅读
<html><head><metacharset="utf-8"><title> New Document title>head><body>echo'标准写法,类似xml写法'.'
';
echo'我后面的分号可以省略的,但是不推荐
'?><scriptlanguage="php"> echo'这是脚本风格的标记'.'
';
script>//需要在php.ini 设置short _open_tag=onecho"短标签的写法".'
';
?><%
//需要在 php.ini 配置文件中开启 asp_tags = on
echo "这是asp风格".'
';
%>body>html>echo'当php后面没有非php代码,最后的结束标记可以省略!!';
#shell风格注释//单行注释/*
*我是多行注释
*/
').addClass('pre-numbering').hide();
$(this).addClass('has-numbering').parent().append($numbering);
for (i = 1; i <= lines; i++) {
$numbering.append($('').text(i));
};
$numbering.fadeIn(1700);
});
});
以上就介绍了php代码的几种风格,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。