首页
编程
java
php
前端
首页
编程
java
php
前端
python中str的直接输出变量和print后的结果为撒不一样???
print()函数会对\n进行转义,\n是换行符
而直接输入是输出转义前的原始字符
点击展开全文