[英]How do you type a three lined equal sign that looks like a hamburger menu inside of a user.js file?
我正在通过教程学习 email 身份验证。 在 user.js 文件中,有一个看起来像汉堡菜单的等号。 我已经在网上搜索过,它在 Wikipedia 上进行了讨论,但我没有看到关于如何在我的代码中“键入”字符的解决方案。 我的 user.js 里面的代码看起来像这样......
userScheama.methods = {
authenticate: function(plainText) {
return this.encryptPassword(plainText) [hamburger menu look alike symbol here] this.hashed._password;
},
非常感谢任何帮助-Rocky
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.