程式語言線上編譯器 網站收藏(2019/07/22)
程式語言線上編譯器 網站收藏(2019/07/22)
https://www.tutorialspoint.com/codingground.htm
HTML(IFRAME 整合網頁 基本框架)
<html>
<head>
<title></title>
</head>
<body>
<p><a href="https://www.tutorialspoint.com/codingground.htm" target="_blank" >https://www.tutorialspoint.com/codingground.htm</a></p>
<iframe src="https://www.tutorialspoint.com/codingground.htm" width="800px" height="600px" frameborder="0"></iframe>
<br>
<p><a href="https://rextester.com/" target="_blank" >https://rextester.com/</a></p>
<iframe src="https://rextester.com/" width="800px" height="600px" frameborder="0"></iframe>
<br>
<p><a href="https://repl.it/languages" target="_blank" >https://repl.it/languages</a></p>
<iframe src="https://repl.it/languages" width="800px" height="600px" frameborder="0"></iframe>
<br>
</body>
</html>