广州园林绿化资质代办:php程序 截取问题

来源:百度文库 编辑:查人人中国名人网 时间:2024/07/05 12:47:23
类似asp的这种写法<%=left(rs("title"),20)%>

<? echo $rs['title']?>
我需要取20个字
在php中如何写?