在線代碼運行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++'],