echo $num[$i].'<br />';.'<br />' 这里的点是什么意思?
phpcn_u233
phpcn_u233 2016-12-20 09:13:47
0
3
1379
phpcn_u233
phpcn_u233

reply all(3)
小崔

String concatenation character, often used to connect constants and variables

数据分析师

echo $num[$i].'<br />';.'<br />' What does the dot here mean? -PHP Chinese website Q&A-echo $num[$i].'&lt ;br />';.'<br />' What does the dot here mean? - PHP Chinese website Q&A

Take a look and learn.

阿神

字符串连接符,用来连接字符串用的

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template