Escaping characters in a string can be done by using a \ (backslash) before the character you want to escape. $output .= "<div class=\"tab-pane\ ...
確定! 回上一頁