这个里面如果写这样一条 url(r'^view4/(\d{2})/(\d{2})/$',requires_login(my_view4)) url里面传的2个数字my_view4能收到吗? 如果能收到requires_login和 my_view4应该怎样写??