how the contents of the p tag on the self-written page can not be selected and copied, and did not do the relevant processing, ask for a great answer
how the contents of the p tag on the self-written page can not be selected and copied, and did not do the relevant processing, ask for a great answer
css setting:-webkit-user-select:none, the page content can not be selected, of course, js should also be able to control whether the check has related code.
try the reactions of different browsers
see if there is this user-select:none;
p {
-webkit-user-select:text;
-moz-user-select:text;
-ms-user-select:text;
user-select:text;
}
just add this paragraph
Previous: How to empty basic auth in chrome browser
Next: How to buy div?
description: a regular match is given to the content of an input box, and the matching content is the product activation code. looks like this: "0C31-0B81-BB32-3094-0C31-0B81-BB32-3094 " Code: $( -sharplicenseCode ).keyup(function () { le...
I configured the MIME type of the file with the amr suffix in the apache configuration as application ms-download, Why it is a garbled page when opening a file in amr format using window.open in chrome, while a file in amr format can be successfully dow...
the original domain name of our company s website has expired. I want to change it to another domain name. How can I change it? The website is developed using Aliyun s Yunmeng. ...
this is the backend code <?php $password=$_POST[ password ]; function getRandPass(){ $chars = ("0123456789abcdefghijklmnopqrstuvwxyz"); $min = 6; $max = 9; $len = mt_rand($min,$max); $password= ; $a_len = strlen($chars); for...
for example, for a shopping website, after adding an item to the database through the background, how to generate a page of the product for users to visit? I hope you can help ~ Thank you very much! ...
what should I do now to get the name value inside? ...
Hope: Monitor the specified content under www site.loc (a _ max _ bmax _ CSG _ JSON, x content [0-9] .md,. Php), when the above content changes, the specified URL ( http: site.loc x *)) in the browser automatically refreshes. Environment: linu...
in the current company s ERP system, when the user page is open, you will need to log in again after a period of time due to session timeout, and jump to the login page. but if the user is editing form data and the login timed out and refreshed direct...
<view wx:if="{{reason}}"> <textarea auto-height placeholder="" focus= {{focus}} cursor-spacing= 200px > <button class= submit bindtap= disagree >< button> < vi...
recently I want to write a trial hand of a project with front and rear separation. since I have been self-taught nodejs, all this time, the idea is to build a back-end server with express framework, but in this way I don t know what to do in the middle...
now you need to pass a image object to the drawImage (img,dx,dy) method of canvas for drawing. but the picture it draws by default has a transparent area around it and is filled with white by default. is the image source as follows: : in t...
the second page overlaps when printing a web page using Firefox browser display pdf two tables are squeezed together and firefox print cannot preview Google is fine. ...
1. I want to crawl the number of visits to this page, as shown in the red circle in figure 1 figure 1 2.JStotal=82 2 3.3 3 4.total=04 4 could you tell me what s wrong with me? ...
code is shown in the figure: -sharp -*- coding:utf-8 -*- import webbrowser import pyperclip import sys import bs4 import requests search_target = pyperclip.copy("kkkk") if len(sys.argv) > 1: search_target = .join(sys.argv[1:])...
because vue-router has "- sharp " by default, but when forwarding the address in Wechat s official account, the address "- sharp ", including all future addresses, will be removed directly, resulting in the inability to share the page. so I set the ...
figure 1 2 excuse me, the find by string. in figure 2 What shortcut key is pressed in the input box of. My browser shows the one in figure 1, without the input box in figure 2 ...
the code is as follows series: [{ name: "", type: "scatter", coordinateSystem: "geo", data: mapData, symbolSize: function(val) { return parseInt(val[2] 10); }, label: { ...
now you can insert data into mysql by submitting the form through html. the php code is as follows <?php session_start(); $username=$_REQUEST["username"]; $phone=$_REQUEST["phone"]; $datetime=$_REQUEST[&qu...
egret click on the jump page, there is this function? ...
The code is as follows: -sharp -*- coding:utf-8 -*- from bs4 import BeautifulSoup import requests def save_pic(pic, save_path): pic_html = requests.get(pic) with open(save_path, "wb") as pic_file: pic_file.write(pic_html.co...