<html> <head> <title>Toggle example using Pure JavaScript</title> </head> <body> <p> <input type="button" value="Show DIV" id="bt" onclick="toggle(this)"> ...
確定! 回上一頁