<?php
$name = 'wang';
$title = 'what are you doing?';
echo "{$title}wangseweewe";
echo '<br>';
echo "我想说:\"工作再学习真的很累\"";
echo '<br>';
echo nl2br("感觉电脑有点问题? \n 确定吗");
?>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!