問題是,我已經在腳本jquery.min.js版本1.4上工作。必須升級到版本1.9.1後出現問題。 Uncaught TypeError: Can not read property 'substr' of undefined.
告訴我該怎麼做。 這部分發生錯誤的代碼。 var processCaption = function(settings){
var nivoCapt
我正在嘗試使用for循環和substr函數來計算鹼基的數量,但計數已關閉,我不知道爲什麼!請幫忙!我必須在我的任務中使用這些功能。我哪裏錯了?這裏是我的代碼: use strict;
use warnings;
my $user_input = "accgtutf5";
#initalizing the lengths
my $a_base_total = 0;
my $c_base