摘要: #include<stdio.h> #include<string.h> void main() {char a[]="Programming"; char t; int i,j=0,k; k=strlen(a); for(i=0;i<k;i++) for(j=i+1;j<k;j++) if(a[i 阅读全文
posted @ 2021-07-06 21:42 JackieDYH 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 基础使用 <style> .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; } .tooltip .tooltiptext { visibility: hidden; widt 阅读全文
posted @ 2021-07-06 18:48 JackieDYH 阅读(4) 评论(0) 推荐(0) 编辑