Copy. <!DOCTYPE html><html> <head> <title>JavaScript Do While Loop</title> </head> <body> <script> let x = 1; do { document.write("It will run only once"); } ...
確定! 回上一頁