且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何显示从 MYSQL 中检索到的所有数据

更新时间:2023-09-22 15:58:59

'Bissan' 之前的文本标识符 (') 总是缺失.尝试在字符串前后使用文本标识符.像这样:

The text identifier (') right before 'Bissan' is always missing. Try it with text identifier before and after the string. Like that:

{
position: new google.maps.LatLng(33.8533166667, 35.5077833333),
info:'BIS001',
height: '48',
site_name: 'Bissan',

}
,{
position: new google.maps.LatLng(33.8533166667, 35.5077833333),
info:'BIS002',
height: '48',
site_name: 'Bissan',

}
,{
position: new google.maps.LatLng(33.8533166667, 35.5077833333),
info:'BIS003',
height: '48',
site_name: 'Bissan',
}