摘要: import cyberpi import time cyberpi.console.println("按B播放") while True: while not cyberpi.controller.is_press("B"): pass cyberpi.audio.play_music(60,0. 阅读全文
posted @ 2026-05-22 19:32 付书恒 阅读(3) 评论(0) 推荐(0)
摘要: import cyberpi import time cyberpi.console.println("按下A键开始录音") cyberpi.console.println("按下B键停止录音") cyberpi.console.println("按下中间键播放录音") while True: if 阅读全文
posted @ 2026-05-22 18:57 付书恒 阅读(3) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>我的书籍收藏</title> <style> .ok{ color:green; font-size:14px; /*粗体*/ font-weight:bold; } .no{ c 阅读全文
posted @ 2025-12-05 19:50 付书恒 阅读(6) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>课程表</title> </head> <body> <table border="1"> <tr><th colspan="10">课程表</th></tr> <tr> <th> 阅读全文
posted @ 2025-11-29 11:54 付书恒 阅读(17) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>童心少年</title> </head> <body> <h4>单元格跨两格:</h4> <table border="1"> <tr> <th>Name</th> <th col 阅读全文
posted @ 2025-11-29 10:50 付书恒 阅读(24) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>童心少年</title> </head> <body> <h4>没有单元格间距:</h4> <table border="1"> <tr> <td>First</td> <td>R 阅读全文
posted @ 2025-11-29 10:41 付书恒 阅读(8) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>童心少年</title> </head> <body> <table border="1"> <tr> <td>Row 1, cell 1</td> <td>Row 1, cell 阅读全文
posted @ 2025-11-28 19:24 付书恒 阅读(9) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-11-28 18:44 付书恒 阅读(8) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>童心少年</title> </head> <body> <h4></h4> <p> 每个表格从一个 table 标签开始. 每个表格行从tr 标签开始. 每个表格的数据从 td 标 阅读全文
posted @ 2025-11-28 18:40 付书恒 阅读(9) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-11-23 09:02 付书恒 阅读(7) 评论(0) 推荐(0)