摘要: /** * 1. 从文本中找出单词的首字母并互换大小写(data 为示例数据结构, 实际可能更复杂) */ (function () { let data = "this is A string for Testing"; function findAndReverse(data) { let st 阅读全文
posted @ 2019-12-21 11:40 Janni 阅读(440) 评论(0) 推荐(0)