請幫助我這個代碼語法錯誤
<?php
if (!empty($this->product->customfieldsSorted['youtube'])) {
$this->position = 'youtube';
echo '<button class="shop_tablinks tab2" onclick='"openSpecs(event, 'Specs3')"' >';
echo JText::_('Video');
echo '</button>';
} // Product Custom ontop end
?>
好像我不寫ok了
onclick='"openSpecs(event, 'Specs3')"' >'
請告訴我你的問題/問題?你沒有解釋任何東西。 –
[PHP中單引號和雙引號字符串有什麼區別?](https://stackoverflow.com/questions/3446216/what-is-the-difference-between-single-quoted-and -double-quoted-strings-in-php) – crazyloonybin