javascript 什么是表单中的 _lpchecked="1"?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8879303/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-26 04:51:25  来源:igfitidea点击:

What is _lpchecked="1" for in a form?

javascripthtmlforms

提问by jpsstavares

I'm starting to do some web development and I was learning about forms and bumped into this field: _lpchecked = "1".

我开始做一些网络开发,我正在学习表单并进入这个领域:_lpchecked = "1".

I found examples of form with this field in this StackOverflow question Large textinput makes http post failor in this example pageof the jQuery Formwizard plugin

我在这个 StackOverflow 问题大文本输入使 http 发布失败或在jQuery Formwizard 插件的这个示例页面中找到了具有此字段的表单 示例

回答by Gareth

This attribute is added by the LastPass browser extension, to store the fact that LastPass has checked that form for login fields.

此属性由 LastPass 浏览器扩展添加,用于存储 LastPass 已检查该表单的登录字段这一事实。

It's not something that the page author would have consciously added to the page, it's down to the extensions that the user viewingthe page has chosen to use.

这不是页面作者有意添加到页面的内容,而是取决于查看页面的用户选择使用的扩展。