跳转到内容

Z10896:修订间差异

来自Wikifunctions
Bongo50留言 | 贡献
testing in sandbox
 
Bongo50留言 | 贡献
无编辑摘要
第14行: 第14行:
"Z61K1": "python"
"Z61K1": "python"
},
},
"Z16K2": "def Z10119(Z10119K1):\n\tresponse = __import__(\"requests\").get(\"https://www.wikifunctions.org/w/api.php?action=wikilambda_fetch\u0026format=json\u0026zids=Z1%7CZ2%7CZ3\u0026formatversion=2\")\n\tjson_response = __import__(\"json\").loads(response.text)['Z1']['wikilambda_fetch']\n\treturn json_response"
"Z16K2": "def Z10119(Z10119K1):\n\timport json\n\timport urllib.request\n\trequest = urllib.request.Request(\"https://www.wikifunctions.org/w/api.php?action=wikilambda_fetch\u0026format=json\u0026zids=Z1%7CZ2%7CZ3\u0026formatversion=2\")\n\tresponse = urllib.request.urlopen(request)\n\tjson_response = json.loads(response.read().decode(\"utf-8\"))['Z1']['wikilambda_fetch']\n\treturn json_response"
}
}
},
},

2023年8月29日 (二) 21:38的版本

此页面以没有JavaScript的方式显示