Published by user_ujjqtk
严格代码审查
Updated Aug 25, 2026Version v1
Approved
Inputs and final outputs
Input
What you provide
| Input field | Type | Requirement |
|---|---|---|
| 待审查代码 | Text | Required |
| 模型(留空使用默认) | Text | Optional |
Output
What you receive
No output details
The creator has not yet provided output content or execution result details for this Skill.
Examples
- 待审查代码
- def process_data(data): result = [] for i in data: temp = i * 2 result.append(temp) return result def get_user(id): conn = sqlite3.connect("db.sqlite") cursor = conn.cursor() cursor.execute("SELECT * FROM users WHERE id = " + str(id)) return cursor.fetchone() async def fetch_data(url): response = await fetch(url) data = response.json() return data
Trust and update history
Current versionv1
Downloads0
Calls1
| Date | Version |
|---|---|
| Aug 25, 2026 | v1 |