摘要:
编写一个函数to_lower(),实现将字符串中的大写字母转换成相应的小写字母,在程序的主函数中输入数据并输出结果。 答案一 #include<iostream> using namespace std; void to_lower(char a[]) { for (int i = 0; i < 1 阅读全文
posted @ 2024-12-09 23:57
相遇就是有缘
阅读(454)
评论(0)
推荐(0)
摘要:
效果 实现代码 export default { data() { return { time:'' } }, created() { let _date = this.showTime(); this.time = _date; setInterval(()=>{ this.time = this 阅读全文
posted @ 2024-12-09 14:04
相遇就是有缘
阅读(155)
评论(0)
推荐(0)

浙公网安备 33010602011771号