PHP基础PHP教程php框架JavaScript
asp.netAJAX正则表达式ASP
代码如下:
print 1, 2 print 'a', 'b'
1 2 a b
print 1, 2, print 'a', 'b'
显示结果如下: