https://github.com/lucifier129/avatar
JavaScript 原型设计
https://github.com/lucifier129/avatar
Last synced: 12 months ago
JSON representation
JavaScript 原型设计
- Host: GitHub
- URL: https://github.com/lucifier129/avatar
- Owner: Lucifier129
- License: mit
- Created: 2015-01-25T08:21:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T09:02:43.000Z (over 11 years ago)
- Last Synced: 2025-03-02T03:43:47.608Z (over 1 year ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Avatar
JavaScript 原型设计
##简介
给`Object.prototype`添加以`$methodname`为命名格式的便利方法,用私有前缀规避命名冲突。
该工具库以`ES5`为基础,不支持`ie`低版本浏览器。