Exec JS - JavaScript IDE
Javascript IDE 和执行器。 HTTP 和 REST API 和 MQTT 物联网客户端。
应用信息
Advertisement
应用描述
Android应用分析和审查:Exec JS - JavaScript IDE,由Michael Lauer开发。在教育类别中列出。当前版本为1.80,在 01/09/2025 上更新。根据用户在Google Play上的评论:Exec JS - JavaScript IDE。超过74 千的安装。 Exec JS - JavaScript IDE目前有260评论,平均评分为3.7星
用于编码和执行的 Javascript IDE。特征:
- 代码执行
- 语法高亮
- 行编号
- 输入表格
- 保存/打开文件
- http(s) 客户端(GET、POST、PUT、HEAD)
- mqtt(s) 客户端(发布/订阅)
- 包括样品
- ECMAScript 2019 (ECMA-262) 支持
我们目前正在提供1.80版本。这是我们最新,最优化的版本。它适用于许多不同的设备。从Google Play商店或我们托管的其他版本中免费下载Apk。此外,您可以在不注册的情况下下载且无需登录。
我们拥有超过2000+的Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ...设备,并提供了许多选项,您可以轻松选择适合您设备的游戏或软件。
如果在Google App Store上有任何国家限制或设备侧面的任何限制,它可能会派上用场。
什么是新的
Bugfix: Appbar was hiding part of JSON form

最近的评论
A Google user
Awesome work Michael Props!, just 1 request if you could improve the UX more or at least make it more readable like... changing from dark font color on a dark background...
Imtiaz Uddin
This is great, only problem is that i dont understand if this command will work: noclip = false game:GetService('RunService').Stepped:connect(function() if noclip then game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) end end) plr = game.Players.LocalPlayer mouse = plr:GetMouse() mouse.KeyDown:connect(function(key) if key == "e" then noclip = not noclip game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) end end) print('Loaded') print('Press "E" to noclip')
A google user
Better than average in its category. The app hangs with larger files.Can expect limited-support from developer.
A Google user
"force light theme for better readability" eh why not just make it optional but set it as a default? nice app works well UI could be a bit nicer though.
hoylecake
Not sure why kids are relating this to Roblox, which uses Lua. Flawless JS executor, excellent for debugging on the go. Thank you for this!
C N
I will give it a 4 star because it looks like it works so it could really help if you can reply on how to use it, and in will change my review
John Rosh Natividad
I vote it for 5 star pls teach me how to use inject my script --//Admin Commands Script --//Variables\\-- local DataStore = game:GetService("DataStoreService") local BanList = DataStore:GetDataStore("BanList") local Admins = {"ConectedDeleted_666", "Mineloxer"} --//People who you want as admins --//Events\\-- game.Players.PlayerAdded:connect(function(Player) local Folder = Instance.new("Folder", Player) Folder.Name = "PlayerValues" local BanCheck = Instance.new("BoolV
Adin Loopes
It looks good but how do I export to Roblox and can I just download a script and copy and paste it cuz I too lazy to do code