iT邦幫忙

0

php-+與.的關係筆記記錄

  • 分享至 

  • xImage
  •  

$shopcart_book_name字串這裡需要用.為加的意思
如果foreach的值為字串以+的方式使用會為0
$shopcart_price數字需要用+,
如使用.會以字串的方式去加,如1+1會等於11
在js的世界+是通用的..

$shopcart_book_name;
$shopcart_price;
foreach ($shopcart as $key => $shopcarts) {
	$shopcart_book_name = $shopcart_book_name .' '. $shopcarts['book_name'];
	$shopcart_price = $shopcart_price + $shopcarts['price'];
}

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言