
html
轩辕无情
这个作者很懒,什么都没留下…
展开
-
动态生成静态网页
public void MakeHtml(){try {//动态页面网址 string strUrl = "https://www.psacloud.com/product/Detail/Default.aspx?ContentID=123";//要存放静态网页的路径 string filePath = "/product/";//物理完整路径 string toFileFullPath = HttpConte.原创 2020-11-03 23:35:33 · 785 阅读 · 0 评论 -
提取HTML中P标签及内容
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>取得所有p标签及内容</title&g...原创 2020-05-08 17:06:28 · 2460 阅读 · 0 评论 -
自定义弹窗
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>可拖动的弹出框</title&g原创 2018-05-18 14:30:15 · 328 阅读 · 0 评论 -
网站飘窗效果
<html xmlns="http://www.w3.org/1999/xhtml"><body><div id="img1" style="z-index: 999; border: 1px solid rgb(204, 204, 204); background-color: white; position: absolute; top: 29px; lef...原创 2018-04-28 16:49:24 · 7173 阅读 · 1 评论 -
百度自定义分享,带分享次数
<!DOCTYPE html><!--[if lt IE 7]><html class="ie ie6 lt8 lt9 lt10"><![endif]--><!--[if IE 7]><html class="ie ie7 lt8 lt9 lt10"><![endif]--&原创 2018-05-21 17:16:10 · 731 阅读 · 0 评论 -
动态创建图片批量上传(用到了百度编辑器插件)
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UploadImages.aspx.cs" Inherits="Test_UploadImages" %><!DOCTYPE html><html><!--<![endif]-->&a原创 2018-06-25 17:21:28 · 389 阅读 · 0 评论