需求: form提交用户名, 密码, 头像
$.ajax({ url: url + '?' + paraStr, method: 'post', contentType: 'application/octet-stream', data: fileStr })