摘要:
iframe.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!-- iframe 在一个页面中嵌入一个子页面 --> 把iframe_1.html嵌入在这 <ifra 阅读全文
posted @ 2022-03-10 22:56
行呗
阅读(93)
评论(0)
推荐(0)
摘要:
frameset.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <!-- frameset 表示页面标签 --> <!-- frame 表示框架中的具体页面引用 --> <frame 阅读全文
posted @ 2022-03-10 22:54
行呗
阅读(161)
评论(0)
推荐(0)
摘要:
<html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> html{ width: 100%; height: 100%; overflow: hidden; font-style: sans-serif 阅读全文
posted @ 2022-03-08 20:21
行呗
阅读(76)
评论(0)
推荐(0)
摘要:
#include<iostream> using namespace std; void fun(int* a, int* b) { int x = *a; *a = *b; *b = x; cout << *a << *b << " "; } int main() { int x = 1, y = 阅读全文
posted @ 2022-03-08 20:20
行呗
阅读(103)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <!-- html语言是解释型语言,不是编译型 --> <!-- html页面中由一对标签组成:<html></html> <html>称为开始标签 </html>称为结束标签 --> <html> <head> <!-- meta标签中设置编码方式 --> <met 阅读全文
posted @ 2022-03-08 20:19
行呗
阅读(42)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>表格</title> </head> <body> <!-- table 表格 tr 行 td 列 th 表头列 自动加粗且居中 --> <!-- table的属性 border 阅读全文
posted @ 2022-03-08 20:19
行呗
阅读(43)
评论(0)
推荐(0)
浙公网安备 33010602011771号