标签:style blog color 使用 sp div log bs 代码
例子 在本例中,我们将使用 rtrim() 函数从字符串右端删除字符: <?php $str = "Hello World!\n\n"; echo $str; echo rtrim($str); ?> 以上代码输出的源代码: <html> <body> Hello World! Hello World!</body> </html> 输出: Hello World! Hello World!
标签:style blog color 使用 sp div log bs 代码
原文地址:http://www.cnblogs.com/kingfly/p/4161277.html