- 扫描 ID:
- 8a0f008c-dd1e-4cba-bd96-92ccd4c16605已完成
- 提交的 URL:
- https://baabnq.eu.pythonanywhere.com/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 14 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
editor | object |
output | object |
run | function |
sendPost | function |
setOutput | function |
lexBaabnq | function |
insert | function |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
log | javascript |
|
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html><head></head><body><header>
<title>BaabnqWebIDE</title>
<link rel="stylesheet" href="static/style.css">
</header>
<div class="page">
<h1 class="heading">Baabnq Web IDE</h1>
<div class="edit-container">
<pre class="embed baabnq-source" id="editor" contenteditable="true"><span contenteditable="true" style="color: #2f2">use</span> <span contenteditable="true" style="color: orange">'libs/string.baabnq'</span><span contenteditable="true" style="color: gray">;</span>
<span contenteditable="true" style="color: #88f">static</span> <span contenteditable="true" style="color: orange">'Hello, World!'</span> <span contenteditable="true" style="color: cyan">_sHello</span><span contenteditable="true" style="color: gray">;</span>
<span contenteditable="true" style="color: #f0f">push</span> <span contenteditable="true" style="color: cyan">_sHello</span><span contenteditable="true" style="color: gray">;</span>
<span contenteditable="true" style="color: #f0f">sub</span> <span contenteditable="true" style="color: #fff">String::Print</span><span contenteditable="true" style="color: gray">;</span>
</pre>
<pre class="embed" id="output" readonly=""></pre>
</div>
<br>
<div id="footer">
<input class="biggreenbutton" id="runButton" type="button" value="Run">
<text>Or press Ctrl + Enter to run</text>
<br>
<br>
<text>The syntax highlighter will only update when the editor goes out of focus or when running the program. <br> Sorry for the technical limitations.</text>
</div>
</div>
<script src="/static/main.js"></script>
<script src="/static/highlight.js"></script>
</body></html>