原创 JavaScript-基礎知識點

JavaScript 輸出 JavaScript顯示數據,可以通過以下幾種方式: 彈出警示框:window.alert() 將內容寫入到HTML文檔中:document.write() 使用document.write()僅僅

原创 `Python` 之判斷判斷回數

Python 之判斷判斷回數 def is_palindrome(n): sum = 0 temp = n while temp // 10 > 0: quotient = temp // 10