摘要: 右键单击Sheet1工作表,选中右键菜单中的查看代码。 Function Getpychar(char) temp = 65536 + Asc(char) If (temp >= 45217 And temp <= 45252) Then Getpychar = "A" ElseIf (temp > 阅读全文
posted @ 2021-01-29 16:08 不要名字了 阅读(1868) 评论(0) 推荐(0)