摘要:
Set WshShell = CreateObject("WScript.Shell")WshShell.AppActivate "文采呱呱"WScript.Sleep 300 For i = 1 To 300 ' Ctrl+V 粘贴(剪贴板中的图片或内容) WshShell.SendKeys "^ 阅读全文
摘要:
父组件 <script setup lang="ts"> import person from '@/components/person.vue' import { ref, reactive, defineProps } from 'vue' import { type Person } from 阅读全文
摘要:
函数的合并 function reverse(x: number): number; function reverse(x: string): string; function reverse(x: number | string): number | string { if (typeof x ' 阅读全文