標題
v1
underline,bolder,16pt
v2
border-bottom,15pt
內文
t1
藍底白字 : 使用在某種程度的高光顯示
t2
黃底紅字: 不太確定該怎麼使用
t3
黃底: 一般程度的高光顯示
t4
灰色刪除線: 使用在某種需留住但不重要或是有笑果的時候
coding 程式碼專用
$result = $db->query($sql);
if($result){
while ($row = $result->fetch_object()){ // Cycle through results
$stdClass[] = $row;
}
$result->close(); // Free result set
}
$val = json_decode(json_encode($stdClass), true); //Transform stdClass to Array
$val = array_map('array_values', $val); //remove Key of the Array (may not required)
if($result){
while ($row = $result->fetch_object()){ // Cycle through results
$stdClass[] = $row;
}
$result->close(); // Free result set
}
$val = json_decode(json_encode($stdClass), true); //Transform stdClass to Array
$val = array_map('array_values', $val); //remove Key of the Array (may not required)
自定情況: 就自定吧