`void` is a unary operator, takes any value, returns undefined
`void` is reserved keyword, whereas undefined is a property of global/window
object and can be overriden in local scopes
【 在 hgoldfish (老鱼) 的大作中提到: 】
: 2是这样的,我们一般写:
: function ($scope) {
: $scope.brand = 'lskjdfls';
: ...................
--
FROM 180.173.119.*