摘要: *p++ 不等于 *p += 1 memset(指针,大小(0), 长度) 字符输入 getchar() scanf() 阅读全文
posted @ 2021-02-04 19:58 TATIT 阅读(61) 评论(0) 推荐(0)
摘要: 事件元素 id 1.通过 e.currentTarget.id 即可获取该元素id。 2.通过e.currentTarget.dataset.id 即可获取你自己设置的data-id里面值。 (可用于页面跳转) e e为事件对象,可以携带额外信息,如 id, dataset, touches。 ta 阅读全文
posted @ 2020-03-30 17:07 TATIT 阅读(185) 评论(0) 推荐(0)
摘要: 1 // #include <stdio.h> 2 // #include <stdlib.h> 3 4 // typedef char ElementType; 5 // typedef struct TNode *Position; 6 // typedef Position BinTree; 阅读全文
posted @ 2020-03-08 23:34 TATIT 阅读(430) 评论(0) 推荐(0)
摘要: 1 // #include <stdio.h> 2 // #include <stdlib.h> 3 4 // typedef char ElementType; 5 // typedef struct TNode *Position; 6 // typedef Position BinTree; 阅读全文
posted @ 2020-03-08 23:26 TATIT 阅读(595) 评论(0) 推荐(0)
摘要: 1 // #include <stdio.h> 2 // #include <stdlib.h> 3 4 // typedef char ElementType; 5 // typedef struct TNode *Position; 6 // typedef Position BinTree; 阅读全文
posted @ 2020-03-08 23:04 TATIT 阅读(358) 评论(0) 推荐(0)