課程
/后端開發(fā)
/PHP
/手把手教你實(shí)現(xiàn)電商網(wǎng)站后臺(tái)開發(fā)
$vals="'".join("','",array_values($array))."'";這個(gè)為什么是“‘,’”?求解答
2017-05-21
源自:手把手教你實(shí)現(xiàn)電商網(wǎng)站后臺(tái)開發(fā) 2-2
正在回答
意思是把數(shù)組轉(zhuǎn)化成字符串在數(shù)組每一個(gè)值中間添加','這一個(gè)內(nèi)容,組成('username','password','email')的形式
為什么不是'username,password,email' 這樣呢
舉報(bào)
手把手教你用PHP搭建電子商務(wù)平臺(tái),由淺入深教你搭建電商系統(tǒng)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-05-23
意思是把數(shù)組轉(zhuǎn)化成字符串在數(shù)組每一個(gè)值中間添加','這一個(gè)內(nèi)容,組成('username','password','email')的形式
2018-11-19
為什么不是'username,password,email' 這樣呢