怎么在php中编写html 不及物动词 2年前 其他 113 回复 共3条回复 我来回复 fiy Worktile&PingCode市场小伙伴 评论 在PHP中编写HTML主要有两种方式:使用PHP内嵌HTML代码和使用PHP生成HTML代码。 1. 使用PHP内嵌HTML代码: ‘;echo ‘‘;echo ‘My Page‘;echo ‘‘;echo ‘‘;echo ‘ Hello, World! ‘;echo ‘‘;echo ‘