在线代码运行v1.0

https://api.toolnb.com/ext/runcodev1.json
查看TOKEN 返回列表
接口类型:免费
每日额度:100
接口状态:未申请

接口说明

参数:

code =<?php echo time(); 你的代码

token = xxxx 您的token

code_type = 代码类型

返回:

{
    "msg": "ok", 
    "code": 1, 
    "data": {
        "result": "1532220890", 
        "open_hash": "http://tool.apizl.cn/dev/runCode/d95f9320b7d72f76f6a85b402c37f128.html", 
        "run_time": 3.828
    }
}

code_type类型:

'php' => ['php:5.3', 'php:5.4', 'php:5.5', 'php:5.6', 'php:7'],
'python' => ['python:2', 'python:3'],
'java' => ['java:7', 'java:8', 'java:9'],
'node' => ['node:7'],
'ruby' => ['ruby:2.1'],
'bash-shell' => ['bash:4.4'],
'golang' => ['golang'],
'C | C98' => ['c'],
'Swift' => ['swift'],
'C++' => ['c++'],