< H2 > Semver is used in the application library. < H2 > the definition of Semver on the application library is clear and mature example on application library: repair small BUG. Updated with Patch revision. The object adds a method. Minor mino...
Hello everyone, I use golang to get an uncertain json, and parse it, because the data in json may be different each time, and there is no way to get it in the way of struct structure, so I use other methods, http: songran.net 2017 03 08.. I refer to th...
...
I wrote one after the user uploaded the video and selected it $( input[type=file] ).change(function() { var input = $(this); if(!!this.files && !!this.files[0]) { var reader = new FileReader(); reader.onload = functi...
function Sup(){ this.name = adc ; this.arr = [1,2,3]; } Sup.prototype.say = function(){ console.log(this.arr) } function Sub(){ Sup.call(this) } Sub.prototype = Sup.prototype var c1 = ...
angular uses iframe, in the pop-up module box $uibModal to ask how to pass different parameters to iframe, and can get the API return information in iframe Note: the page in iframe is a cross-domain page. I have tried postmessage, by myself, but because...