跳至內容

「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的方式顯示