摘要:
此博客链接: 按住Alt+F8,进入宏的页面,然后起个名字,点击“”“创建”按钮。 输入以下代码 Sub picture() Dim i Dim Height, Weight Height = 150 Weight = 80 On Error Resume Next '忽略错误 For i = 1 阅读全文
摘要:
此博客链接: 找不同 题目链接:https://leetcode-cn.com/problems/find-the-difference/ 题目 给定两个字符串 s 和 t,它们只包含小写字母。 字符串 t 由字符串 s 随机重排,然后在随机位置添加一个字母。 请找出在 t 中被添加的字母。 示例 阅读全文